(transient-mark-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 May 1993 17:26:48 +0000 (17:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 May 1993 17:26:48 +0000 (17:26 +0000)
lisp/simple.el

index 550357f9c9beea2972ad2d9ecd36b3ba522880b8..8ce7cfceadcf99fe3efbb0a7d947d093f2bcdecb 100644 (file)
@@ -1324,7 +1324,7 @@ and it reactivates the mark."
 
 (defun transient-mark-mode (arg)
   "Toggle Transient Mark mode.
-With arg, turn Transient Mark mode on if and only if arg is positive.
+With arg, turn Transient Mark mode on if arg is positive, off otherwise.
 
 In Transient Mark mode, changing the buffer \"deactivates\" the mark.
 While the mark is active, the region is highlighted."